What is Common Language Runtime ?
1914
21-Jul-2016
Sagar kaushal
11-Aug-2016Elena Glibart
21-Jul-2016CLR: - is a heart of the .Net framework. CLR is executing engine in .Net framework. It is run time environment that takes responsible to execute code in to native code. It has some services provided: Memory management, Type safety, Manage exceptions and errors.